C#
VB
C++
Allow components to publish their own typed events to other components.
public:
void PublishEventgeneric<typename T>
(
Object^ publisher,
_T^_ eventArgs
)
where T: EventArgs
publisher
The System.Object publishing the event.
eventArgs
An object that holds the event typed information.
T
The type of the event to be published.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET